ASP.NET MVC Controls
DisposeDetailCell Property

Gets or sets the callback function that disposes of detail cells.
Syntax
'Declaration
 
<JsonConverterAttribute(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)>
Public Property DisposeDetailCell As String
[JsonConverter(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)]
public string DisposeDetailCell {get; set;}
Remarks
The callback function takes a Row as a parameter and disposes of any resources associated with the detail cell.This function is optional. Use it in cases where the createDetailCell function allocates resources that are not automatically garbage-collected.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlexGridDetailProvider<T> Class
FlexGridDetailProvider<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback